Overload | Description |
---|---|
ThenBeInAscendingOrder<TSelector>(Expression<Func<T,TSelector>>,String,Object[]) | Asserts that a subsequence is ordered in ascending order according to the value of the specified propertyExpression. |
ThenBeInAscendingOrder<TSelector>(Expression<Func<T,TSelector>>,IComparer<TSelector>,String,Object[]) | Asserts that a subsequence is ordered in ascending order according to the value of the specified propertyExpression and IComparer implementation. |